[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   Description: Set the dGE video mode for EGA of VGA
Mapped Command: SET VIDEO TO
FUNCTION __SetVideo(video)
   do case
   case upper(video) == "EGA"                    // ega mode
      setvideo(6)
   case upper(video) == "VGA"                    // vga mode
      setvideo(7)
   otherwise                                     // default to ega mode
      setvideo(6)
   endcase
RETURN(Void)

See Also: SET VIDEO TO
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson